﻿2026-07-26T16:38:15.7886185Z ##[group]Run actions/checkout@v5
2026-07-26T16:38:15.7886693Z with:
2026-07-26T16:38:15.7886985Z   fetch-depth: 0
2026-07-26T16:38:15.7887332Z   repository: BigscreenVR/spt-bs-core
2026-07-26T16:38:15.7889984Z   token: ***
2026-07-26T16:38:15.7890298Z   ssh-strict: true
2026-07-26T16:38:15.7890588Z   ssh-user: git
2026-07-26T16:38:15.7890876Z   persist-credentials: true
2026-07-26T16:38:15.7891237Z   clean: true
2026-07-26T16:38:15.7891550Z   sparse-checkout-cone-mode: true
2026-07-26T16:38:15.7891888Z   fetch-tags: false
2026-07-26T16:38:15.7892187Z   show-progress: true
2026-07-26T16:38:15.7892481Z   lfs: false
2026-07-26T16:38:15.7892755Z   submodules: false
2026-07-26T16:38:15.7893049Z   set-safe-directory: true
2026-07-26T16:38:15.7893387Z   allow-unsafe-pr-checkout: false
2026-07-26T16:38:15.7893822Z ##[endgroup]
2026-07-26T16:38:15.9690069Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T16:38:15.9691386Z ##[group]Getting Git version info
2026-07-26T16:38:15.9691902Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-26T16:38:15.9900919Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-26T16:38:16.0113295Z git version 2.43.0.windows.1
2026-07-26T16:38:16.0136570Z ##[endgroup]
2026-07-26T16:38:16.0144173Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\5d1219fb-630e-443e-b4ba-a9bdc234072e\.gitconfig'
2026-07-26T16:38:16.0157663Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5d1219fb-630e-443e-b4ba-a9bdc234072e' before making global git config changes
2026-07-26T16:38:16.0158621Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T16:38:16.0162641Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-26T16:38:16.0634138Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-26T16:38:16.0837302Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T16:38:16.0862107Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T16:38:16.0866379Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T16:38:16.1075434Z HEAD
2026-07-26T16:38:16.1354527Z ##[endgroup]
2026-07-26T16:38:16.1355020Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-26T16:38:16.5372635Z ##[group]Cleaning the repository
2026-07-26T16:38:16.5378765Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-26T16:38:22.9864493Z Removing target/
2026-07-26T16:38:22.9896462Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-26T16:38:23.2387459Z HEAD is now at f544a1cc Merge e6d1ade7cb195de59cf1616832e10e2aaa6509b8 into 0019f39c377e1d22d6a50d10b4e5fbb0f3960a2c
2026-07-26T16:38:23.2410319Z ##[endgroup]
2026-07-26T16:38:23.2414688Z ##[group]Disabling automatic garbage collection
2026-07-26T16:38:23.2420475Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-26T16:38:23.2659718Z ##[endgroup]
2026-07-26T16:38:23.2660159Z ##[group]Setting up auth
2026-07-26T16:38:23.2666186Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-26T16:38:23.2942283Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-26T16:38:23.7249930Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T16:38:23.7514755Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-26T16:38:24.2433397Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T16:38:24.2694339Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-26T16:38:24.8461057Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-26T16:38:24.8870610Z ##[endgroup]
2026-07-26T16:38:24.8871010Z ##[group]Fetching the repository
2026-07-26T16:38:24.8878717Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +f544a1cc1155bc1c4f5d92d72d3d21a73a70ec12:refs/remotes/pull/71/merge
2026-07-26T16:38:26.5488875Z ##[endgroup]
2026-07-26T16:38:26.5489323Z ##[group]Determining the checkout info
2026-07-26T16:38:26.5489679Z ##[endgroup]
2026-07-26T16:38:26.5494969Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-26T16:38:26.5778388Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-26T16:38:26.6048491Z ##[group]Checking out the ref
2026-07-26T16:38:26.6053225Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/71/merge
2026-07-26T16:38:26.6469039Z HEAD is now at f544a1cc Merge e6d1ade7cb195de59cf1616832e10e2aaa6509b8 into 0019f39c377e1d22d6a50d10b4e5fbb0f3960a2c
2026-07-26T16:38:26.6489262Z ##[endgroup]
2026-07-26T16:38:26.6751745Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-26T16:38:26.6966617Z f544a1cc1155bc1c4f5d92d72d3d21a73a70ec12
